﻿.titleBar
{
    padding-top: 100px;
    margin-bottom: 40px;
}

.modularEn
{
    color: #f2f2f2;
    font-size: 60px;
    text-align: center;
    font-weight:bold;
}

.modularTitle
{
    color: #eba534;
    font-size: 30px;
    text-align: center;
    margin-top: -35px;
    font-weight:bold;
}

.modularText
{
    color: #7f7f7f;
    text-align: center;
    margin-top: 5px;
}

@media (max-width: 768px)
{
    .titleBar
    {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .modularEn
    {
        font-size: 31px;
    }

    .modularTitle
    {
        font-size: 21px;
        margin-top: -21px;
    }

    .modularText
    {
        display: none;   
    }
}

/*首页关于我们*/
.aboutBox
{
    background: url(../Images/aboutBg.jpg) no-repeat center;
    overflow: hidden;
    position: relative;
}

.aboutBox > div 
{
    width: 1416px;
    margin: 0 auto;
    position: relative;
}

.aboutBox .about 
{
    width: 465px;
    margin-top: 204px;
}

.aboutBox .about dt 
{
    font-size: 30px;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #eba534;
}

.aboutBox .about dd p
{
    line-height: 25px;
}

.aboutBox .about dd
{
    max-height: 100px; 
    overflow: hidden;
}

.aboutBox .about .more
{
    display: inline-block;
    position: absolute;
    top: 120px;
    left: 546px;
}

.aboutBox .aboutElse 
{
    background: #ffffff;
    width: 1137px;
    height: 127px;
    margin: 71px auto 0px auto;
    box-shadow: -3px 3px 10px #cbcbcb;
}

.aboutBox .aboutElse ul
{
    width: 100%;
    display: flex;
}

.aboutBox .aboutElse li
{
    width: 25%;
    box-sizing: border-box;
    padding-top: 26px;
}

.aboutBox .aboutElse li a
{
    display: flex;
}

.aboutBox .aboutElse li img
{
    float: left;
    margin-left: 20px;
    display: inline-block;
}

.aboutBox .aboutElse li a > div
{
    width: 60px;
    float: left;
    margin-left: 20px;
    padding-top: 13px;
}

.aboutBox .aboutElse li span
{
    display: block;
}

.aboutBox .aboutElse li:hover .text
{
    font-weight: bold;   
}

.aboutBox .aboutElse .text
{
    color: #eba534;
}

.aboutBox .aboutElse .textEn
{
    font-size: 12px;
    color: #8f8f8f;
}

@media (max-width: 768px)
{
    .aboutBox
    {
        height: initial;
        background: none;
        padding-bottom: 0px;
    }

    .aboutBox .about {
        margin-top: 20px;
        margin-bottom: 5px;
        width: 100%;
        -moz-box-shadow: -3px 5px 10px #cbcbcb;
        -webkit-box-shadow: -3px 5px 10px #cbcbcb;
        box-shadow: -3px 5px 10px #cbcbcb;
    }
    
    .aboutBox .about .aboutTitle
    {
        max-width: 85%;
        margin: 0 auto;
    }
    
    .aboutBox .about dt
    {
        display: none;
    }
    
    .aboutBox .about dd
    {
        max-height: initial;
        padding: 10px;
    }
    
    .aboutBox .about p
    {
        text-indent: 2em;
        margin-bottom: 10px;
    }
    
    .aboutBox .about p img
    {
        max-width: 100%;
    }
    
    .aboutBox .aboutElse
    {
        width: 100%;
        height: initial;
        margin-bottom: 8px;
        margin-top: 8px;
        background: #f1f1f1;
    }
    
    .aboutBox > div
    {
        width: 100%;
    }
    
    .aboutBox .aboutElse ul
    {
        display: block;
    }
    
    .aboutBox .aboutElse li
    {
        width: 50%;
        float: left;
        padding: 10px;
        border-bottom: #d2d2d2 solid 1px
    }
    
    .aboutBox .aboutElse li:nth-child(2n+1)
    {
        border-right: #d2d2d2 solid 1px
    }
    
    .aboutBox .aboutElse li:nth-child(1),.aboutBox .aboutElse li:nth-child(2)
    {
        border-top: #d2d2d2 solid 1px
    }
    
    .aboutBox .aboutElse li a
    {
        display: block;
    }
    
    .aboutBox .aboutElse li img
    {
        width: 100%;
        margin-left: 0px;
    }
    
    .aboutBox .aboutElse li a > div
    {
        padding-top: 5px;
        margin-left: 3px;
    }
}

/*产品*/
/*产品分类*/
.productType
{
    width: 100%;
    margin-top: 30px;
}

.productTypeForM
{
    display: none;
}

.productTypeForM a
{
    position: relative;
    display: block;
}

.productTypeForM a span
{
    position: absolute;
    left: 33%;
    top: 50%;
    color: #fff;
}

.wel-two {
  background-image: url('../Images/ProductType/productTypeBg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow:hidden;
}
.wel-one .swiper-pagination-bullet-active{
  background-color: #333;
}
.wcon {
  width: 88%;
  margin: 0 auto;
}

.wt-ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.wt-ul li {
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 140px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  transition: 0.8s;
  cursor: pointer;
  position: relative;
}

.wt-ul li .bef .tit {
  font-size: 28px;
  color: #fff;
  width: 28px;
  line-height: 1;
  transition: 0.8s;
  display: inline-block;
}

.wt-ul li .bef {
  height: 100%;
  width: 140px;
  padding-top: 95px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: 0.5s;
}

.wt-ul li .bef:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url('../Images/ProductType/w4.png');
  background-position: center;
}

.wel-two .wcon .bg {
  width: 100%;
}

.wel-two .wcon {
  position: relative;
}

.wt-ul li .bea {
  opacity: 0;
  transition: 0.5s;
}

.wt-ul li .bea {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 80px;
  padding-top: 95px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.8s;
}

.wt-ul li .bea .tit-t {
  font-size: 28px;
  color: #fff;
  position: relative;
  top: -40px;
  transition: all 1s;
  opacity: 0;
}

.wt-ul li.act .bea .tit-t {
  top: 0;
  opacity: 1;
}

.wt-ul li .bea .pic {
  width: 385px;
  height: 385px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 24px rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transform: scale(0.8);
}

.wt-ul li.act .bea .pic {
  opacity: 1;
  transition: 1s all 0.5s;
  transform: scale(1);
}

.wt-ul li .bot {
  white-space: nowrap;
}

.wt-ul li .bot .more
{
    display: inline-block;
    margin-top: 50px;
}

.wt-ul li .bea .pic .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 385px;
  height: 385px;
  transition: 0.5s;
}

.wt-ul li .bea .pic:hover .img {
  transform: scale(1.1);
}

.wt-ul li .bea .bot {
  margin-top: 15%;
}

.wt-ul li .bea .font {
  display: inline-block;
  vertical-align: middle;
  width: -moz-calc(100% - 385px);
  width: -webkit-calc(100% - 385px);
  width: calc(100% - 385px);
  padding-right: 11%;
  box-sizing: border-box;
  position: relative;
  top: 30px;
  transition: all 0.5s;
}

.wt-ul li.act .bea .font {
  top: 0px;
}

.wt-ul li .bea .font .ti {
  font-size: 34px;
  color: #fff;
  opacity: 0;
  white-space: normal;
  transition: all 0.5s;
}

.wt-ul li .bea .font .de {
  font-size: 20px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 25px;
  opacity: 0;
  transition: all 0.5s;
  white-space: normal;
}

.wt-ul li .bea .font .ded {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #fff;
  opacity: 0;
  white-space: normal;
  transition: all 0.5s;
}

.wt-ul li.act .bea .font .ti,
.wt-ul li.act .bea .font .de,
.wt-ul li.act .bea .font .ded {
  opacity: 1;
  transition: 0.5s all 0.5s;
}

.wt-ul li.act .bef .tit {
  margin-top: -100px;
}

.wt-ul li.act .bea {
  opacity: 1;
}

.wt-ul li.act {
  width: -moz-calc(100% - 560px);
  width: -webkit-calc(100% - 560px);
  width: calc(100% - 560px);
}

.wt-ul li.act .bef {
  opacity: 0;
}

@media (max-width: 1400px) 
{
    .productTypeForM
    {
        
    }
    
    .wt-ul li .bot p
    {
        display: none;
    }
}
@media (max-width: 768px) 
{
    .productType
    {
        display: none;
    }
    
    .productTypeForM
    {
        display: block;
    }
    
    .productTypeForM li
    {
        box-sizing: border-box;
        width: 50%;
        float: left;
        border-bottom: #fff solid 1px;
    }
    
    .productTypeForM li:nth-child(2n+1)
    {
        border-right: #fff solid 1px;
    }
    
    .productTypeForM li img
    {
        width: 100%;
    }
}


/*产品分类*/
.productBox
{

}

.productBox .recommendProductList
{
    margin-top: 50px;
}

.recommendProductList li
{
    float: left;
    width: 24%;
    margin: .5%;
    border: #d2d2d2 solid 1px;
    padding: 10px;
    box-sizing: border-box;
}

.recommendProductList li:hover
{
    box-shadow: -3px 3px 10px #cbcbcb;
}

.recommendProductList li a
{
    position: relative;
    display: block;
}

.recommendProductList .imgBox
{
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    background: #efefef;
    position: relative;
}

.recommendProductList .imgBox .productImg
{
    z-index: 1;
}

.recommendProductList li span.title
{
    display: block;
    font-size: 19px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 25px;
    font-weight: bold;
}

.recommendProductList li span.version
{
    display: block;
    font-size: 13px;
    height: 19px;
    min-height: 19px;
    overflow: hidden;
}

.recommendProductList li .icon
{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.recommendProductList li .hover
{
    display: none;
}

.recommendProductList li:hover .hover
{
    display: inline-block;
}

.recommendProductList li .hotIcon
{
    display: none;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
}

.recommendProductList li:hover .hotIcon
{
    display: inline-block;
}

@media (max-width: 768px) 
{
    .productBox
    {
        box-shadow: -0px 6px 12px #cbcbcb;
        background: #f1f1f1;
        padding-bottom: 20px;
    }
    
    .productBox .modularEn 
    {
        color: #e7e7e7;
    }
    
    .productBox .prodctTypeList li
    {
        width: 50%;
    }
    
    .productBox .prodctTypeList li a
    {
        line-height: 40px;
        font-size: 16px;
    }
    
    .productBox .recommendProductList
    {
        margin-top: 0px;
    }
    
    .recommendProductList li
    {
        width: 48%;
        margin: 1%;
    }

    .recommendProductList li span.title
    {
        font-size: 14px;
        margin-top: 8px;
        color: #eba534;
    }
}

/*工程案例*/
.projectBox
{
    box-shadow: -6px 6px 12px #cbcbcb;
    margin-bottom: 60px;
    margin-top: 60px;
}

.projectBox .titleBar
{
    display: none;
}

.projectBox .project
{
    display: flex;
    width: 100%;
}

.projectBox .leftSwiper
{
    width: 72.5%;
    box-sizing: border-box;
    overflow:hidden;
    position: relative;
    background: #000;
}

.projectBox .rightImg
{
    width: 28.5%;
    box-sizing: border-box;
    padding: 0px 55px;
    box-sizing: border-box;
}

.projectBox .rightImg .projectTitle
{
    margin-top: 95px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.projectBox .rightImg
{
    background: url(../Images/prjectImg.jpg) no-repeat center #eba534;
}

.projectBox .rightImg .projectText
{
    margin-top: 45px;
    color: #fff;
}

.projectBox .rightImg ul
{
    display: block;
    margin-top: 20px;
}

.projectBox .rightImg li
{
    float: left;
    width: 48%;
    margin: 0px 0.5% 5px 1%;
    padding: 3px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.projectBox .rightImg li img
{
    width: 100%;
}

.projectBox .swiper-button-prev
{
    width: 78px;
    height: 78px;
    background: url(../Images/projectLeftIcon.png) no-repeat center;
    position: absolute;
    left: 25px;
    top: 50%;
    filter: alpha(opacity=70);
	opacity: .6;
}

.projectBox .swiper-button-next
{
    width: 78px;
    height: 78px;
    background: url(../Images/projectRightIcon.png) no-repeat center;
    right: 25px;
    top: 50%;
    filter: alpha(opacity=70);
	opacity: .6;
}

.projectBox .imgBox
{
    width: 100%;
    padding-bottom: 56.7%;
    overflow: hidden;
}

@media (max-width: 768px)
{
    .projectBox
    {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    
    .projectBox .project
    {
        display: block;
    }
    
    .projectBox .leftSwiper
    {
        width: 100%;
    }

    .projectBox .rightImg
    {
        width: 100%;
        padding: 10px;
    }

    .projectBox .rightImg .projectText 
    {
        margin-top: 10px;
    }

    .projectBox .rightImg .projectTitle
    {
        overflow: hidden;
        margin-top: 0px;
        padding-top: 20px;
        font-size: 20px;
    }
    
    .projectBox .swiper-button-prev
    {
        width: 50px;
        height: 50px;
        filter: alpha(opacity=100);
	    opacity: 1;
	    left: 10px;
    }

    .projectBox .swiper-button-next
    {
        width: 50px;
        height: 50px;
        filter: alpha(opacity=100);
	    opacity: 1;
	    right: 10px;
    }
}

/*优势*/
.advantageBox
{
    overflow: hidden;
}

.advantageBox .advantageBg
{
    height: 600px;
    background: url(../Images/advantageBg.jpg) no-repeat;
    position: relative;
    z-index: 1;
}

.advantageBox .advantageBg img
{
    display: none;
    width: 100%;
}

.advantageBox .advantageBg .text
{
    display: none;
}

.advantageBox .advantageList
{
    position: relative;
    z-index: 2;
}

.advantageBox .advantageList ul
{
    display: flex;
    box-shadow: -3px 3px 10px #cbcbcb;
    margin-top: -86px;
    background: #fff;
}

.advantageBox .advantageList li
{
    padding: 30px;
    border-right: #f0f0f0 solid 1px;
    border-bottom: #f0f0f0 solid 1px;
    box-sizing: border-box;
}

.advantageBox .advantageList li:hover
{
    background: #e5e5e5;
}

.advantageBox .advantageList li:hover .title
{
    color: #eba534;
    font-weight: bold;
}

.advantageBox .advantageList li:last-child
{
    border-right: none;
}

.advantageBox .advantageList img
{
    margin-bottom: 30px;
    transition: .7s;
    height: 31px;
}

.advantageBox .advantageList li:hover img
{
    transform: rotate(360deg);
}

.advantageBox .advantageList .title
{
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;
}

.advantageBox .advantageList .titleEn
{
    margin-top: 30px;
    font-size: 14px;
}

.advantageBox .advantageList .text
{
    margin-top: 15px;
    color: #7f7f7f;
}

.advantageBox .service
{
    position: relative;
    z-index: 1;
    margin-top: -204px;
    padding-top: 270px;
    background: #f1f1f1;
    overflow:hidden;
}

.advantageBox .service .leftTriangle
{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #e5e5e5;
    position: absolute;
    top: 44%;
    right: 0;
}

.advantageBox .service .rightTriangle
{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #e5e5e5;
    position: absolute;
    top: 44%;
    left: 0;
}

.advantageBox .service ul
{
    background: #e5e5e5;
    display: block;
    width: 100%;
    height: 100%;
}

.advantageBox .service li
{
    width: 50%;
    float: left;
}

.advantageBox .service .serviceImgBox
{
    width: 50%;
    float: left;
    position: relative;
}

.advantageBox .service dl
{
    width: 50%;
    float: left;
}

.advantageBox .service li img
{
    width: 100%;
}

.advantageBox .service .text
{
    box-sizing: border-box;
    padding: 25px;
}

.advantageBox .service .text dt
{
    color: #eba534;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.advantageBox .service .text dd
{
    margin-top: 15px;
    color: #333333;
}


@media (max-width: 768px) 
{
    .advantageBox .advantageBg
    {
        height: initial;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .advantageBox .advantageBg img
    {
        display: block;
    }
    
    .advantageBox .advantageList ul
    {
        display: block;
    }
    
    .advantageBox .advantageList li
    {
        width: 50%;
        float: left;
        border: none;
        border-bottom: #f0f0f0 solid 1px; 
        padding: 15px;
        position: relative;
    }
    
    .advantageBox .advantageList li:nth-child(2n+1)
    {
        border-right: #f0f0f0 solid 1px;
    }

    .advantageBox .advantageList li:nth-child(1), .advantageBox .advantageList li:nth-child(4), .advantageBox .advantageList li:nth-child(5)
    {
        background: #e5e5e5;
    }
    
    .advantageBox .advantageList img
    {
        margin-bottom: 15px;
    }
    
    .advantageBox .advantageList .title
    {
        font-size: 20px;
        color: #eba534;
        position: absolute;
        top: 13px;
        right: 13px;
        margin-top: 0px;
    }
    
    .advantageBox .advantageList .titleEn
    {
        display: none;
    }

    .advantageBox .advantageList .text
    {
        line-height: 25px;
    }
    
    .advantageBox .advantageBg
    {
        display: flex;
        background: #eba534;
    }
    
    .advantageBox .advantageBg img
    {
        width: 50%;
        height: 100%;
    }
    
    .advantageBox .advantageBg .text
    {
        display: block;
        color: #fff;
        font-size: 15px;
        line-height: 25px;
        padding: 5% 5px 0px 5px;
    }
    
    .advantageBox .advantageBg .text span
    {
        font-size: 16px;
        font-weight: bold;
    }
    
    .advantageBox .advantageList ul
    {
        overflow: hidden;
        margin-top: 5px;
    }
    
    .advantageBox .service
    {
        margin-top: 20px;
        margin-bottom: 12px;
        padding-top: 0px;
        box-shadow: 0px 6px 10px #cbcbcb;
    }
    
    .advantageBox .service .text dt
    {
        font-size: 18px;
        text-align: center;
        margin-top: 24%;
    }
    
    .advantageBox .service .text
    {
        padding: 0px;
    }
    
    .advantageBox .service li
    {
        float: left;
        width: 100%;
        display: flex;
    }
    
    .advantageBox .service li dd
    {
        display: none;
    }
    
    .advantageBox .service li:nth-child(2), .advantageBox .service li:nth-child(3)
    {
        flex-direction: row-reverse;
    }
    
    .advantageBox .service .leftTriangle
    {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #e5e5e5;
        top: 38%;
    }
    
    .advantageBox .service .rightTriangle
    {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #e5e5e5;
        top: 38%;
    }
}

/*体验馆*/
.experienceBox
{
    background: #f1f1f1;
    padding-bottom: 70px;
}

.experienceBox .modularEn
{
    color: #e7e7e7;
}

.experienceList
{
    overflow: hidden;
}

.listBox
{
    position: relative;
}

.listBox .swiper-button-prev
{
    width: 78px;
    height: 78px;
    background: url(../Images/experienceLeftIcon.jpg) no-repeat center;
    position: absolute;
    left: -30px;
    top: 50%;
}

.listBox .swiper-button-next
{
    width: 78px;
    height: 78px;
    background: url(../Images/experienceRightIcon.jpg) no-repeat center;
    right: -30px;
    top: 50%;
}

.experienceList .imgBox
{
    width: 100%;
    padding-bottom: 53.5%;
    overflow: hidden;
}

.experienceList li
{
    padding: 10px;
    box-sizing: border-box;
}

.experienceList li .title
{
    background: #333333;
    line-height: 50px;
    height: 50px;
    color: #fff;
    display: block;
    text-align: center;
}

@media (max-width: 768px)
{
    .experienceBox
    {
        padding-bottom: 0px;
    }
    
    .listBox .swiper-button-prev
    {
        width: 50px;
        height: 50px;
        left: 10px;
    }

    .listBox .swiper-button-next
    {
        width: 50px;
        height: 50px;
        right: 10px;
    }
    
    .experienceList li
    {
        padding: 0;
    }
}



/*工程*/
.recommendProjectList
{
    position: relative;
    overflow: hidden;
}

.recommendProjectList li
{
    float: left;
    width: 32%;
    margin: 0.5%;
}

.recommendProjectList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}

.recommendProjectList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}

@media (max-width: 768px) 
{
    .recommendProjectList ul
    {
        width: 100%;
    }
    
    .recommendProjectList li
    {
        width: 48%;
        margin: 1%;
    }

    .recommendProjectList li span
    {
        font-size: 14px;
    }
}

/*新闻*/
.newsBox
{
    overflow: hidden;
    padding-bottom: 50px;
}

.newsBox .newsList a
{
    display: block;
}

.newsBox .newsList .newsLeft
{
    width: 50%;
    padding: 15px;
    background: #e5e5e5;
}

.newsBox .newsList .newsLeft a
{
    width: 100%;
}

.newsBox .newsList .newsLeft .newsImg
{
    width: 100%;
    height: 379px;
    background: url(../Images/indexNewsImg.jpg) center;
    overflow: hidden;
}

.newsBox .newsList .newsLeft .newsTitle
{
    font-size: 20px;
    margin-top: 30px;
    display: block;
    height: 27px;
    overflow: hidden;
}

.newsBox .newsList .newsLeft .pubTime
{
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.newsBox .newsList .newsLeft .sumary
{
    color: #737373;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.newsBox .newsList .newsRight
{
    width: 48%;
}

.newsBox .newsList .newsRight li
{
    background: #e5e5e5;
    height: 125px;
    margin-bottom: 34px;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
}

.newsBox .newsList .newsRight li a
{
    padding-left: 80px;
    background: url(../Images/pubTimeIcon.png) no-repeat 10px 0px;
}

.newsBox .newsList .newsRight li:last-child
{
    margin-bottom: 0px;
}

.newsBox .newsList .newsRight .newsTitle
{
    font-size: 20px;
    margin-bottom: 15px;
    height: 54px;
    overflow: hidden;
}


@media (max-width: 768px) 
{
    .newsBox
    {
        padding-bottom: 5px;
    }
    
    .newsBox .newsList .newsLeft
    {
        float: none;
        width: 100%;
    }
    
    .newsBox .newsList .newsLeft .newsTitle
    {
        color: #eba534;
        height: initial;
    }
    
    .newsBox .newsList .newsRight
    {
        float: none;
        width: 100%;
    }
    
    .newsBox .newsList .newsLeft .newsImg
    {
        height: initial;
        background: none;
    }
    
    .newsBox .newsList .newsLeft .newsImg img
    {
        width: 100%;
    }
    
    .newsBox .newsList .newsRight li
    {
        margin-bottom: 0px;
        margin-top: 5px;
        height: initial;
    }
    
    .newsBox .newsList .newsRight .newsTitle
    {
        font-size: 16px;
        height: 43px;
        margin-bottom: 7px;
    }
    
    .newsBox .newsList .pubTime
    {
        color: #737373;
    }
}

/*相关信息*/
.relativeBox
{
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 40px;
}

.relativeBox li
{
    float: left;
    padding: 3px 10px;
}

.relativeBox .relativeList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .relativeBox li
    {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


/*友情链接*/
.friendShipBox
{
    background: #333333;
    min-height: 70px;
    padding: 20px;
    border-bottom: #5b5b5b solid 1px;
}

.friendShipBox .friendShip
{
    display: flex;
}

.friendShipBox li
{
    float: left;
    padding: 3px 10px;
}

.friendShipBox .friendShipTitle
{
    line-height: 26px;
    color: #fff;
    width: 70px;
}

.friendShipBox li a
{
    color: #bbbbbb;
}

@media (max-width: 768px)
{
    .friendShipBox
    {
        display: none;
    }
}